projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d34d9
)
* lisp/info.el (Info-search): Fix typo in April 1 change.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 5 Apr 2017 16:43:14 +0000
(09:43 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 5 Apr 2017 16:43:43 +0000
(09:43 -0700)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 81e5d29f827e73b2b9d75dd8a65a3f443ecae597..92e7c24ab1d353ea6b593f973f40e9d5f9ca94d0 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2008,7
+2008,7
@@
If DIRECTION is `backward', search in the reverse direction."
(unless (if backward
(re-search-backward regexp nil t)
(re-search-forward regexp nil t))
- (signal 'user-seach-failed (list regexp))))))
+ (signal 'user-sea
r
ch-failed (list regexp))))))
(if (and bound (not found))
(signal 'user-search-failed (list regexp)))